home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / akce / cleandiskse.exe / {app} / cleandisk.exe / 0 / RCDATA / TFRMALERT / TFRMALERT.txt
Text File  |  2005-09-16  |  918b  |  44 lines

  1. object frmAlert: TfrmAlert
  2.   Left = 426
  3.   Top = 242
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsNone
  6.   Caption = 'frmAlert'
  7.   ClientHeight = 81
  8.   ClientWidth = 104
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object FlatPanel1: TFlatPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 104
  24.     Height = 81
  25.     Caption = 'FlatPanel1'
  26.     Font.Charset = TURKISH_CHARSET
  27.     Font.Color = 14739951
  28.     Font.Height = -11
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     Color = 13602864
  32.     ColorHighLight = 10053171
  33.     ColorShadow = 13612943
  34.     Align = alClient
  35.     TabOrder = 0
  36.     UseDockManager = True
  37.   end
  38.   object Timer1: TTimer
  39.     Interval = 10000
  40.     OnTimer = Timer1Timer
  41.     Left = 64
  42.   end
  43. end
  44.